home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C++ für Kids
/
C++ for kids.iso
/
Buch
/
Hangman.exe
/
0
/
RCDATA
/
TFORM1
/
TFORM1.txt
Wrap
Text File
|
1999-02-01
|
2KB
|
118 lines
object Form1: TForm1
Left = 200
Top = 111
Width = 450
Height = 300
ActiveControl = NewButton
Caption = 'HangMan'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
Menu = MainMenu1
OnClose = FormClose
OnCreate = FormCreate
OnKeyPress = FormKeyPress
PixelsPerInch = 120
TextHeight = 16
object Label1: TLabel
Left = 187
Top = 69
Width = 240
Height = 33
Alignment = taCenter
AutoSize = False
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -20
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
end
object ReadyButton: TButton
Left = 233
Top = 119
Width = 150
Height = 45
Caption = 'Fertig'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -20
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = ReadyButtonClick
end
object NewButton: TButton
Left = 233
Top = 183
Width = 150
Height = 45
Caption = 'Neu'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -20
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 1
OnClick = NewButtonClick
end
object Panel1: TPanel
Left = 187
Top = 12
Width = 240
Height = 50
BevelInner = bvLowered
BevelOuter = bvLowered
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -23
Font.Name = 'Courier New'
Font.Style = [fsBold]
ParentFont = False
TabOrder = 2
end
object Panel2: TPanel
Left = 15
Top = 10
Width = 160
Height = 220
BevelInner = bvRaised
TabOrder = 3
object Image1: TImage
Left = 10
Top = 10
Width = 140
Height = 200
end
end
object MainMenu1: TMainMenu
Left = 192
Top = 160
object Datei1: TMenuItem
Caption = 'Datei'
ShortCut = 0
object Oeffnen1: TMenuItem
Caption = '�ffnen'
ShortCut = 0
OnClick = Oeffnen1Click
end
object Ende1: TMenuItem
Caption = 'Ende'
ShortCut = 0
OnClick = Ende1Click
end
end
end
object OpenDialog1: TOpenDialog
FileEditStyle = fsEdit
Filter = 'Textdateien (*.txt)|*.txt'
Left = 392
Top = 160
end
end